rockchip: make_fit_atf.py depends on u-boot
authorAndreas Färber <[email protected]>
Sun, 3 Jun 2018 05:23:58 +0000 (07:23 +0200)
committerPhilipp Tomsich <[email protected]>
Thu, 4 Oct 2018 19:15:46 +0000 (21:15 +0200)
commitc29c1e611e634587210c5a801df04256e21c0442
treea507d5a497b0ae98a9d1b290836edb2f3546d6e9
parent3d1bd5b5908db002a7d52a43bca744bc33790453
rockchip: make_fit_atf.py depends on u-boot

u-boot.itb depends on u-boot-nodtb.bin, which in turn depends on u-boot.
u-boot.its from Rockchip make_fit_atf.py (used by {evb,firefly}-rk3399)
wants to read u-boot but is lacking this dependency, so that u-boot.itb
cannot be built in one go. Detect its use and add the missing dependency.

Reported-by: Yousaf Kaukab <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Makefile